Skip to content

Instantly share code, notes, and snippets.

@vkartk
vkartk / .stignore
Created July 29, 2023 16:14
A comprehensive .stignore file for Syncthing, excluding unnecessary files and directories during synchronization. Organized into categories, platform-specific exclusions included.
# Commonly ignored files and directories
.DS_Store
Thumbs.db
desktop.ini
# Temporary files
*.tmp
*.temp
*.swp
@NickDarvey
NickDarvey / init.ps1
Last active March 27, 2026 21:27
VB6 on Windows 11
# Depends on
# ./msadc/msadcf.dll # https://stackoverflow.com/a/54931661/1259408
# ./msadc/msadcfr.dll
# ./msadc/msadcs.dll
# ./msvcrt/msvcrt20.dll # from a Windows 7 installation, for Crystal Reports only
# ./vb6/vb98ent.stf # attached in this gist, customizable with acost.exe
# ./vb6/vb6_1.iso # https://archive.org/download/en_vb6_ent_cd
# ./vb6/vb6_2.iso
# ./vb6/vb6_sp6.iso # https://my.visualstudio.com/downloads 'visual studio 6.0'
# ./vb6/updates/* # e.g. VB60SP6-KB2708437-x86-ENU.msi, VB60SP6-KB3096896-x86-ENU.msi
@kazzohikaru
kazzohikaru / carousel-with-drag-and-wheel.markdown
Created March 27, 2026 21:27
Carousel with drag and wheel
@bullishpip
bullishpip / claude-code-vscode-sidebar-setup.md
Last active March 27, 2026 21:22
Adding Claude-Code Visual Studio Code extension to Chat Panel

How to Configure Claude Code Extension in Visual Studio Code Side Panel

Last Updated: October 7, 2025
Extension Version Tested: Claude Code for VS Code v2.0.10

This guide will help you set up the Claude Code extension in Visual Studio Code's side panel for easy access. You can also use this process for other chat extentions like Codex.

Prerequisites

@pixelcluster
pixelcluster / Installing lavapipe on Windows.md
Created January 10, 2022 15:24
A small guide showing how to install the lavapipe Vulkan driver on Windows

Installing lavapipe on Windows

lavapipe is a CPU driver for Vulkan. It is included with the Mesa graphics drivers for Linux, but can be compiled and used on Windows as well.
This guide contains step-by-step instructions on how to compile and install lavapipe.

Installing dependencies

To build Mesa, some additional programs are required.

First of all, a C/C++ compiler is needed. MSVC works in Visual Studio 2015 or higher.
Mesa uses the Meson build system. Releases are available at https://github.com/mesonbuild/meson/releases.
CMake is also required in order to build LLVM.
Python and the Mako module are required as well.

@rxaviers
rxaviers / gist:7360908
Last active March 27, 2026 21:20
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: πŸ˜„ :smile: πŸ˜† :laughing:
😊 :blush: πŸ˜ƒ :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
πŸ˜† :satisfied: 😁 :grin: πŸ˜‰ :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: πŸ˜€ :grinning:
πŸ˜— :kissing: πŸ˜™ :kissing_smiling_eyes: πŸ˜› :stuck_out_tongue:
@qoomon
qoomon / conventional-commits-cheatsheet.md
Last active March 27, 2026 21:20
Conventional Commits Cheatsheet
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
*, *:before, *:after {
box-sizing: inherit;
!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EnergySave</title>
<style>
* { margin:0; padding:0; box-sizing:border-box; }
:root { --g:#2ECC71; --dg:#1a9e52; --bg:#0f1923; --c1:#1a2634; --c2:#223044; --txt:#f0f4f8; --m:#8899aa; --a:#4FC3F7; }
body { font-family:-apple-system,sans-serif; background:var(--bg); color:var(--txt); min-height:100vh; }